Vcenter NamespaceManagement Lifecycle Content Libraries Info

Vcenter NamespaceManagement Lifecycle Content Libraries Info
Vcenter NamespaceManagement Lifecycle Content Libraries Info

The Vcenter NamespaceManagement Lifecycle Content Libraries Info schema provides detailed information about a Content Library and configuration status with vSphere Namespaces.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "library": {
        "id": "string"
    },
    "status": "string",
    "messages": [
        {
            "severity": "string",
            "message": {
                "id": "string",
                "default_message": "string",
                "args": [
                    "string"
                ],
                "params": {
                    "params": {
                        "s": "string",
                        "dt": "string",
                        "i": 0,
                        "d": "number",
                        "l": "Vapi Std NestedLocalizableMessage Object",
                        "format": "string",
                        "precision": 0
                    }
                },
                "localized": "string"
            }
        }
    ]
}
library
Required

Details of the Content Library.

This property was added in vSphere API 9.0.0.0.

string
status
Required

Configuration status of vSphere Namespaces with this Content Library.

For more information see: Vcenter NamespaceManagement Lifecycle Content Libraries Status.

This property was added in vSphere API 9.0.0.0.

messages
Required

Messages related to configuration between vSphere Namespaces and Content Library.

This property was added in vSphere API 9.0.0.0.